Package com.cisco.pt.ipc.sim
Interface WeightedFairQueue
- All Superinterfaces:
IPCObject,QueueProcess
- All Known Implementing Classes:
WeightedFairQueueImpl
Information provided by the PKI file:
\class CWeightedFairQueue
\brief This file holds weighted fair queue class declaration.
\example IpcBase::cast<WeightedFairQueue>(network().getDevice("Router0").getPortByName("FastEthernet0/1").getQosQueue());
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptiongetQueueAt(int i) Information provided by the PKI file:intInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.QueueProcess
getQueueType
-
Method Details
-
getQueueCount
int getQueueCount()Information provided by the PKI file:
\brief Get Queue Count \return int, the number of flows in queue- Returns:
- int Returns a int
-
getQueueAt
Information provided by the PKI file:
\brief Get Queue At an index \return Queue, the queue specified at index i in the queue list- Parameters:
i- Takes in a parameter of i- Returns:
- Queue Returns a Queue
-